-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DataProviderList.md #7568
Conversation
add new dataProvider
What's the difference between your package and the other two already in the list? |
Hi, it does not rely on graphql so the less boilerplate and setup, it's also intended to be nextjs friendly! |
I see. In this case, would you mind finding a more explicit title so that users know the difference ? Maybe |
@djhi We renamed it to Prisma NextJS because it's optimized for NextJs |
Any update on the PR @djhi ? |
I don't see anything related to NextJs in https://github.com/codeledge/ra-prisma-nextjs/tree/main/packages/ra-data-simple-prisma. Perhaps you should underline the absence of dependency on GraphQL instead. |
Ok good point @fzaninotto, it's optimzed for NextJs but obviously isn't restricted to it. I renamed it to Prisma Simple, to highlight the fact that it's a simpler implementation compared to the other packages. |
I updated the other elements to make the difference clearer |
I would like to add new dataProvider developed by @ogroppo
This DataProvider implementation is optimised for prisma and does not use graphql dependency.